-
Notifications
You must be signed in to change notification settings - Fork 317
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[all] Convert some loops to range-based #4485
Conversation
[ci-build][with-all-tests] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The "indice" thing to replace with "index" appears multiple times (I just highlighted one...)
Sofa/Component/IO/Mesh/src/sofa/component/io/mesh/STLExporter.cpp
Outdated
Show resolved
Hide resolved
...Constraint/Projective/src/sofa/component/constraint/projective/FixedProjectiveConstraint.cpp
Outdated
Show resolved
Hide resolved
b9c73aa
to
6d24948
Compare
[ci-build][with-all-tests][force-full-build] |
[ci-build][with-all-tests] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
UniformMass still uses indice
😅
Sofa/Component/IO/Mesh/src/sofa/component/io/mesh/STLExporter.cpp
Outdated
Show resolved
Hide resolved
d79273d
to
8eef2b9
Compare
8eef2b9
to
04b0388
Compare
By submitting this pull request, I acknowledge that
I have read, understand, and agree SOFA Developer Certificate of Origin (DCO).
Reviewers will merge this pull-request only if